home *** CD-ROM | disk | FTP | other *** search
/ Cobra Utilities for Doom & Doom II / Cobra Utilities For Doom & Doom II - Disc 2.iso / files / program / dhmerge / dhmerge.txt < prev    next >
Encoding:
Text File  |  1994-07-21  |  2.4 KB  |  63 lines

  1. DHMERGE 1.1 by Alden Bates 20/7/94
  2.  
  3. DhMerge is a simple command line program which merges two dehacked patches into a
  4. third.  You invoke by typing:
  5.  
  6. DHMERGE <first patch file> <second patch file> <target file>
  7.  
  8. for example, to merge the morfmons.deh and suprwepn.deh patches supplied with
  9. DeHackEd 1.3, you would type:
  10.  
  11. DHMERGE MORFMONS.DEH SUPRWEPN.DEH MORFWEPN.DEH
  12.  
  13.  
  14. Sometimes a warning message will come up.  The merge may still have worked, but
  15. you may have interesting effects.  Look at the merge superweapon/flamethrower
  16. patch.  The flamethrower has thousands of ammo units and never uses them. :-)
  17.  
  18. To ensure that the program works, normal13.deh and the two patches to be 
  19. merged should be in the current directory.
  20.  
  21. additions to version 1.1:
  22. You can now merge patch files from before version 1.3.  However I only have
  23. 1.3.  If you restore doom.exe to it's original form, you can use dehacked to
  24. make a standard patch, then rename it to normal12.deh and put it in the
  25. same directory as dhmerge.exe.  (or the current directory)
  26.  
  27. More control: The second patch file specified takes priority.  Due to 
  28. suggestions by Tree, The changed data in the second patch specified takes
  29. priority over the first.  
  30. If the resulting patch isn't what you want, try swapping the order of the 
  31. files on the command line.
  32.  
  33. DHMERGE MORFMONS.DEH SUPRWEPN.DEH MORFWEPN.DEH
  34. and 
  35. DHMERGE SUPRWEPN.DEH MORFMONS.DEH MORFWEPN.DEH
  36.  
  37. may give different results if they change the same fields.
  38.  
  39. Also added: more error detecting routines.
  40.  
  41. Patch file included:
  42.  LOTS.DEH
  43.       combination of the following patch files:
  44.         SUPRWEPN   - by Tree
  45.         FLAMETHR   - by Night Child <night@iastate.edu>
  46.         SLOP       - by ??? Oer, I don't have a text file for this.  
  47.                                 will the author please email. :-)
  48.         BARREL     - by Alden Bates <abates@comp.vuw.ac.nz>
  49.         LIGHTFUN   - by Jeff <??? wasn't in the text file>
  50.  
  51. Disclaimer: any damaged caused by patches created with this program are not my 
  52. responsibility.  I just wrote a program to change magnetic pulses on a disk.
  53.  
  54. ID has nothing to do with this.  Don't blame them either.
  55.  
  56. Whatever: If you are going to distribute this program, please distribute this
  57. zip file intact.
  58.  
  59. If you distribute any patches created with this, please give the authors of
  60. any merged patches due credit.
  61.  
  62. Alden Bates 7:10am 21/07/94
  63.